home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / IIGS / TN.IIGS.015 < prev    next >
Encoding:
Text File  |  1989-08-20  |  1.4 KB  |  31 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #15:    InstallFont and Big Fonts
  9.  
  10. Revised by:    Eric Soldan & Matt Deatherage                        July 1989
  11. Written by:    Guillermo Ortiz                                      June 1987
  12.  
  13. When the Font Manager executes InstallFont, it may try to scale the selected 
  14. font if bit 15 of the ScaleWord is clear; a font larger than 32K causes this 
  15. call to fail.
  16. Changes since November 1988:  Noted System Software 5.0 enhancements.
  17. _____________________________________________________________________________
  18.  
  19. The Font Manager cannot scale a font which is larger than 32K, so InstallFont 
  20. will fail if scaling is required and the desired font exceeds this limit.  If 
  21. the call fails for this reason, it will report an FMScaleSizeErr ($1B0C) 
  22. error.
  23.  
  24. This is not the same situation as when there is not enough memory available to 
  25. hold a newly scaled font.  The situation will generate Memory Manager errors.
  26.  
  27. System Software 5.0 can scale fonts to be larger than 32K, so there is no 
  28. longer the limit imposed by System Disk 4.0 and earlier.  In addition, System 
  29. Software 5.0 can handle font sizes up to 255 points, if memory is available.  
  30. Note that this is a different situation than trying to scale a font which was 
  31. originally larger than 32K, but both work under 5.0.